CameraState

data class CameraState

Defines the state for NavigationCamera

Functions

component1
Link copied to clipboard
operator fun component1(): TargetCameraMode
component2
Link copied to clipboard
operator fun component2(): EdgeInsets
component3
Link copied to clipboard
operator fun component3(): CameraState?
copy
Link copied to clipboard
fun copy(cameraMode: TargetCameraMode = TargetCameraMode.Idle, cameraPadding: EdgeInsets = EdgeInsets(0.0, 0.0, 0.0, 0.0), mapCameraState: CameraState? = null): CameraState
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

cameraMode
Link copied to clipboard
val cameraMode: TargetCameraMode
cameraPadding
Link copied to clipboard
val cameraPadding: EdgeInsets
sets the camera padding for the camera viewport
mapCameraState
Link copied to clipboard
val mapCameraState: CameraState? = null
sets the MapView camera state